home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(-1)
- end
-
- on mouseDown me
- global gCredits
- if gCredits = #crediti then
- tell the stage
- go("interludio")
- end tell
- go(1, "interludio")
- else
- go(#next)
- end if
- cursor(-1)
- end
-